projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cb222c
)
Pass no argument to gnus-float-time rather than current-time.
author
Glenn Morris
<rgm@gnu.org>
Wed, 2 Sep 2009 06:38:07 +0000
(06:38 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 2 Sep 2009 06:38:07 +0000
(06:38 +0000)
lisp/gnus/gnus-util.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-util.el
b/lisp/gnus/gnus-util.el
index fb2cdbce1181d42ba74c1d786d445ea9bb50ccde..bd870a2f1c84229f868e209c2aba0543c4ad819c 100644
(file)
--- a/
lisp/gnus/gnus-util.el
+++ b/
lisp/gnus/gnus-util.el
@@
-451,7
+451,7
@@
Returns \" ? \" if there's bad input or if an other error occurs.
Input should look like this: \"Sun, 14 Oct 2001 13:34:39 +0200\"."
(condition-case ()
(let* ((messy-date (gnus-float-time (safe-date-to-time messy-date)))
- (now (gnus-float-time
(current-time)
))
+ (now (gnus-float-time))
;;If we don't find something suitable we'll use this one
(my-format "%b %d '%y"))
(let* ((difference (- now messy-date))